Skip to content

Develop#14

Open
matthewpeterkort wants to merge 13 commits intomasterfrom
develop
Open

Develop#14
matthewpeterkort wants to merge 13 commits intomasterfrom
develop

Conversation

@matthewpeterkort
Copy link
Collaborator

No description provided.

matthewpeterkort and others added 12 commits December 18, 2025 09:56
* split client out further into more digestable parts

* simplify, factor business logic out of cmd package and into upload and download packages

* rearrange some more stuff. Start testing

* fix some bugs

* abstract out token handling into lowest level request interface

* fix a bunch of bugs

* adds very minimal docs
* fix missing error check

* Initial plan

* Fix error wrapping to preserve error chain using fmt.Errorf with %w

Co-authored-by: bwalsh <47808+bwalsh@users.noreply.github.com>

* Update PR description with completion status

Co-authored-by: bwalsh <47808+bwalsh@users.noreply.github.com>

* Add /bin/ to .gitignore and remove accidentally committed binary

Co-authored-by: bwalsh <47808+bwalsh@users.noreply.github.com>

---------

Co-authored-by: Brian Walsh <brian@bwalsh.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bwalsh <47808+bwalsh@users.noreply.github.com>
* MinChunkSize: 10MB
* fix:improve-multipart #18
* improve OptimalChunkSize.scaleLinear
* adds optimal-chunk-size
* table-driven tests  GetLfsCustomTransferInt
* Address PR review comments: fix naming, formatting, and test coverage
* Add logging for git config errors and improve documentation structure
* Fix spelling: terrabytes → terabytes
* adds ProgressEvent
* Fix nil pointer dereferences and duplicate progress events
- Added nil check for req.Progress in multipart.go to prevent panic
- Removed duplicate progress event in singleFile.go (Finalize already emits)
- Fixed concurrent BytesSoFar calculation using atomic counter for monotonicity
* adds tests
* add noop ProgressCallback
* MinChunkSize: 10MB
* fix:improve-multipart #18
* improve OptimalChunkSize.scaleLinear
* adds optimal-chunk-size
* table-driven tests  GetLfsCustomTransferInt
* Initial plan
* Address PR review comments: fix naming, formatting, and test coverage
* Add logging for git config errors and improve documentation structure
* Fix spelling: terrabytes → terabytes
* refactor a bunch of stuff, incorporate latest commits on develop
* add g3client
* operational data-client
* tests passing
* add sower client
* fix up logging to pass back to main git-drs logger when configured
* addresse logging feedbacks
* add requestor client and commands
* add command validation for collaborator command
* fix up releaser
* fix PartNumber typo regression
* fix partNumber
@codecov
Copy link

codecov bot commented Feb 3, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

* fix tests
* make progress logging tied to minChunkSize
* refactor/add-url #28
* typo
* improve onProgress bytesSinceReport >= 1MB
* OnProgressThreshold

---------

Co-authored-by: matthewpeterkort <matthewpeterkort@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants